type testing.matchStringOnly
17 uses
testing (current package)
testing.go#L2135: type matchStringOnly func(pat, str string) (bool, error)
testing.go#L2137: func (f matchStringOnly) MatchString(pat, str string) (bool, error) { return f(pat, str) }
testing.go#L2138: func (f matchStringOnly) StartCPUProfile(w io.Writer) error { return errMain }
testing.go#L2139: func (f matchStringOnly) StopCPUProfile() {}
testing.go#L2140: func (f matchStringOnly) WriteProfileTo(string, io.Writer, int) error { return errMain }
testing.go#L2141: func (f matchStringOnly) ImportPath() string { return "" }
testing.go#L2142: func (f matchStringOnly) StartTestLog(io.Writer) {}
testing.go#L2143: func (f matchStringOnly) StopTestLog() error { return errMain }
testing.go#L2144: func (f matchStringOnly) SetPanicOnExit0(bool) {}
testing.go#L2145: func (f matchStringOnly) CoordinateFuzzing(time.Duration, int64, time.Duration, int64, int, []corpusEntry, []reflect.Type, string, string) error {
testing.go#L2148: func (f matchStringOnly) RunFuzzWorker(func(corpusEntry) error) error { return errMain }
testing.go#L2149: func (f matchStringOnly) ReadCorpus(string, []reflect.Type) ([]corpusEntry, error) {
testing.go#L2152: func (f matchStringOnly) CheckCorpus([]any, []reflect.Type) error { return nil }
testing.go#L2153: func (f matchStringOnly) ResetCoverage() {}
testing.go#L2154: func (f matchStringOnly) SnapshotCoverage() {}
testing.go#L2156: func (f matchStringOnly) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) {
testing.go#L2167: os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, nil, examples).Run())